home *** CD-ROM | disk | FTP | other *** search
/ Shareware Grab Bag / Shareware Grab Bag.iso / 090 / pr2fl.arc / PR2FL.DOC < prev   
Text File  |  1985-07-13  |  3KB  |  67 lines

  1.  
  2.  
  3.  
  4.         PROGRAM: PR2FL.COM
  5.  
  6.         GENERAL  FUNCTION:  Redirects output stream sent to PRN to go  to 
  7.              file instead.
  8.  
  9.         WHY IS IT NEEDED?   To capture print data in a file, thus permit-
  10.              ting multiple copies or subsequent editing.
  11.  
  12.         INSTALLATION: None.
  13.  
  14.         FORMAT:              PR2FL [drive:][\path\]filename
  15.                                  drive and path are optional
  16.                                  filename is required
  17.  
  18.         EXAMPLES:            PR2FL SAVE       <sends printer data to file
  19.                                                 SAVE, in directory in
  20.                                                 effect at time command is
  21.                                                 given>
  22.  
  23.                              PR2FL \PFL       <sends printer data to file
  24.                                                 PFL in root directory>
  25.  
  26.         HOW TO USE IT:   Type PR2FL (for PRinter 2 FiLe) followed by name 
  27.         of file which is to receive data.  If no filename is given, or if 
  28.         for  any reason the file cannot be opened,  you'll get  an  error 
  29.         message and no redirection will occur. If the file is opened, you 
  30.         will  receive  the normal DOS Sign-on message  from  COMMAND.COM. 
  31.         When you see this, the redirection is in effect.
  32.  
  33.         You  can redirect again if you like.  The only thing to watch out 
  34.         for is redirection nesting to the SAME file;  when the  innermost 
  35.         use ends,  the file will be closed,  and while DOS permits you to 
  36.         write to a closed file under some circumstances,  the results are 
  37.         not predictable. At the very least the file will be garbaged.
  38.  
  39.         To deactivate PR2FL,  simply type "EXIT".   This will restore the 
  40.         original printer specification.
  41.  
  42.         OTHER EFFECTS: None.
  43.  
  44.         SYSTEM REQUIREMENTS:  Works with DOS 2.0 and above.
  45.  
  46.         COMMENTS:   This  program makes use of certain parts of DOS which 
  47.         are not officially documented,  and therefore may not continue to 
  48.         operate  properly when new versions of DOS are released.  It  has 
  49.         been tested with Version 2.10 on the IBM PC only.  If you use  it 
  50.         on  any other system,  try it first to be sure it does what it is 
  51.         supposed to.
  52.  
  53.         SOURCE OF PROGRAM:
  54.                                         Jim Kyle (the software factory)
  55.                                         12101 N. WesternView Avenue
  56.                                         Oklahoma City, OK  73132-9270
  57.  
  58.  
  59.  
  60.  
  61.                                         1
  62.  
  63.  
  64.  
  65.  
  66.  
  67.